home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2004 #1
/
K-CD-1-2004.ISO
/
Alien Flux
/
SetupAlienFlux.exe
/
$INSTDIR
/
AlienFlux.exe
/
xap
/
features
/
test.jpage
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-05-01
|
226 b
|
7 lines
com.shavenpuppy.jglib.vector.Vector3i vi = new com.shavenpuppy.jglib.vector.Vector3i(512, 0, 0);
System.out.println(vi.length());
System.out.println(vi.lengthSquared());
vi.normalize();
System.out.println(vi.length());